home *** CD-ROM | disk | FTP | other *** search
- object CaptForm: TCaptForm
- Left = 310
- Top = 236
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Texty popisk� grafu'
- ClientHeight = 197
- ClientWidth = 364
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object ZahlaviLabel: TLabel
- Left = 8
- Top = 16
- Width = 39
- Height = 13
- Caption = '&Z�hlav�:'
- FocusControl = ZahlaviEdit
- end
- object OsaXLabel: TLabel
- Left = 40
- Top = 64
- Width = 30
- Height = 13
- Caption = '&Osa x:'
- FocusControl = OsaXEdit
- end
- object OsaYLabel: TLabel
- Left = 40
- Top = 112
- Width = 30
- Height = 13
- Caption = 'O&sa y:'
- FocusControl = OsaYEdit
- end
- object ZahlaviEdit: TEdit
- Left = 8
- Top = 32
- Width = 345
- Height = 21
- TabOrder = 0
- end
- object OsaXEdit: TEdit
- Left = 40
- Top = 80
- Width = 313
- Height = 21
- TabOrder = 1
- end
- object OsaYEdit: TEdit
- Left = 40
- Top = 128
- Width = 313
- Height = 21
- TabOrder = 2
- end
- object OkButton: TButton
- Left = 190
- Top = 164
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OkButtonClick
- end
- object StornoButton: TButton
- Left = 280
- Top = 164
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 4
- OnClick = StornoButtonClick
- end
- end
-